Welcome![Sign In][Sign Up]
Location:
Search - linux book

Search list

[Develop ToolsHow.Linux.Works.What.Every.Super.User.Should.Know.

Description: How.Linux.Works.What.Every.Super.User.Should.Know..一本很不错的初学linux的书,同时也温习一下英语-How.Linux.Works.What.Every.Super.Use r.Should.Know .. a very good beginner linux book, also study what English. .
Platform: | Size: 1037680 | Author: 孙一 | Hits:

[Linux-UnixLinux-book

Description: Linux书籍,详细讲解Linux的基础知识,是个不错的书籍
Platform: | Size: 4433238 | Author: weiw | Hits:

[OtherLinux Device Driver(3rd Edition)

Description: Linux设备驱动程序第三版(英文版),Linux设备驱动方面很权威的一本书-Linux Device Drivers, third edition (English) and Linux device driver aspects very authoritative a book
Platform: | Size: 5182021 | Author: zzcje@163.com | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-UnixLinux操作系统网络驱动程序编写

Description: book
Platform: | Size: 40960 | Author: 康珂 | Hits:

[Mathimatics-Numerical algorithmslinux内核0.11详细注释

Description: 本书对Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解,- This book (v0.95) the complete code document has carried on the detailed comprehensive annotation and the explanation to the Linux early time operating system essence, is for the purpose of enabling the reader to obtain comprehensive and the profound understanding in the as far as possible short time to the Linux work mechanism,
Platform: | Size: 2287616 | Author: 杜水飞 | Hits:

[Linux-UnixLinux 24学时教程

Description: 一本非常不错的linux书!-a very good book linux!
Platform: | Size: 33846272 | Author: 萧寒 | Hits:

[BooksOReilly - Running Linux_4th Edition

Description: 一本很好的学习Linux书。-a good learning Linux book.
Platform: | Size: 3411968 | Author: 不说 | Hits:

[Embeded Linux(E-Book) Linux C++ Programming

Description: (E-Book) Linux C++ Programming.zip,for those who like linux programming-(E-Book) Linux C Programming.zip, for those who like linux programming
Platform: | Size: 126976 | Author: 洛阳 | Hits:

[Otherembedded-linux-图形系统介绍

Description: 有关linux下图形系统的详细介绍 包括qt,minigui等等图形库的介绍- Under related linux the graph system detailed introduction includes qt, minigui and so on graph storehouse the introduction
Platform: | Size: 228352 | Author: 侯景昆 | Hits:

[BooksHow.Linux.Works.What.Every.Super.User.Should.Know.

Description: How.Linux.Works.What.Every.Super.User.Should.Know..一本很不错的初学linux的书,同时也温习一下英语-How.Linux.Works.What.Every.Super.Use r.Should.Know .. a very good beginner linux book, also study what English. .
Platform: | Size: 1037312 | Author: 孙一 | Hits:

[Linux-UnixLinux-book

Description: Linux书籍,详细讲解Linux的基础知识,是个不错的书籍-Linux books, Linux on the basis of detailed knowledge, a good book
Platform: | Size: 4432896 | Author: weiw | Hits:

[Linux-Unixlinux-cprogramme

Description: 一本关于linux下c语言的好书。a book aboat linux programme using c language-On a linux under c language books. a book aboat linux programme using c language
Platform: | Size: 521216 | Author: 退休费 | Hits:

[Linux-Unixlinux-C

Description: linux under the C programming which complementary with the book of <linux under the C programming>has a total of Chapter 14 proceedings, and "linux .-linux under the C programming which complementary with the book of <linux under the C programming> has a total of Chapter 14 proceedings, and linux.
Platform: | Size: 116736 | Author: 夏时 | Hits:

[Linux-UnixGX-ARM9-2410EP-LINUX-BOOK

Description: 瑞泰创新的GX-ARM9-2410EP教学实验系统关于LINUX操作系统开发的详细资料-Ruitai innovative GX-ARM9-2410EP teaching experimental system LINUX operating system on the development of detailed information
Platform: | Size: 592896 | Author: 李开志 | Hits:

[Bookslinux

Description: linux命令收集,初学者的利器。 linux命令收集,初学者的利器。-linux book is good!!!!!linux book is good!!!!!linux book is good!!!!!
Platform: | Size: 7168 | Author: liou | Hits:

[OtherLinux

Description: 本书全面而深入地介绍了GNU/Linux编程。首先介绍了在Linux上编程必备的编程工具,然后在库函数、系统调用以及内核上阐述Linux编程知识,并专门讲述了包括TCP/IP、UDP以及多播套接口在内的网络编程知识;图形界面也是本书的重点内容,本书着重讲述了文本形式的图形界面库ncurses;还分别讲解了真正图形化的流行系统X Window、Qt、GNOME以及OpenGL的基本编程方法;最后,介绍了Bash编程和设备驱动编程。-Comprehensive and in-depth book introduces the GNU/Linux programming. First introduced in Linux on the programming necessary programming tools, and then in the library functions, system calls and the set of Linux kernel programming knowledge, and specifically addressed, including TCP/IP, UDP and multicast network, including socket programming knowledge graphical interface is also the focus of the content of the book, the book focuses on the text about the form of graphical interface library ncurses also give talks on the true prevalence of graphical system X Window, Qt, GNOME and the basic OpenGL programming Finally, the introduction of the Bash programming and device driver programming.
Platform: | Size: 14036992 | Author: 万娟 | Hits:

[Software EngineeringBook-LinuxDrive

Description: 《Linux设备驱动开发详解》宋宝华 高清 非影印版本 《Linux设备驱动开发详解》是一本介绍Linux设备驱动开发理论、框架与实例的书,《Linux设备驱动开发详解》以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux设备驱动理论;字符设备、块设备、TTY设备、IC设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-linux device driver by songbaohua
Platform: | Size: 13639680 | Author: yangzhidong | Hits:

[Linux-Unixlinux book

Description: 鸟哥的linux私房菜PDF版,超清,建立初学者下载使用(linux book for pdf, suggest study for rookie)
Platform: | Size: 12507136 | Author: ToHebe | Hits:

[Linux-UnixLinux.Kernel.Development.3rd.Edition.pdf

Description: linux book kernels c, c++
Platform: | Size: 1940480 | Author: nguyentl | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net